const net/http.moreSpecific
11 uses
net/http (current package)
pattern.go#L214: moreSpecific relationship = "moreSpecific" // p2 matches everything p1 does & more
pattern.go#L269: return moreSpecific
pattern.go#L276: return moreSpecific
pattern.go#L312: return combineRelationships(rel, moreSpecific)
pattern.go#L326: return moreSpecific
pattern.go#L342: return moreSpecific
pattern.go#L370: case moreGeneral, moreSpecific:
pattern.go#L388: case moreSpecific:
pattern.go#L391: return moreSpecific
pattern.go#L423: if mrel == moreGeneral && prel == moreSpecific {
pattern.go#L426: if mrel == moreSpecific && prel == moreGeneral {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |